home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / pathtl23.zip / EXAMPLES.ZIP / SET-NOCL.BAT < prev    next >
DOS Batch File  |  1994-03-03  |  586b  |  19 lines

  1. echo .
  2. echo Removing all compiler directories from PATH and removing variables.
  3. REM The following lines can be combined with a registered version of PathTool
  4. pathtool /NP /NT /D d:\mc510\bin
  5. pathtool /NP /NT /D d:\mc600a\bin
  6. pathtool /NP /NT /D d:\mc700\bin
  7. pathtool /NP /NT /D d:\msvc10\bin
  8. pathtool /NP /NT /D d:\msvc15\bin
  9. pathtool /NP /NT /D d:\bc20\bin
  10. pathtool /NP /NT /D d:\bc30\bin
  11. pathtool /NP /NT /D d:\bc31\bin
  12. pathtool /NP /NT /D d:\bc40\bin
  13. echo .
  14. echo Removing all MicroSoft compiler environment variables.
  15. set helpfiles=
  16. set include=
  17. set init=
  18. set lib=
  19.